home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / qcom26.zip / WHAT'S.NEW < prev   
Text File  |  1991-09-28  |  2KB  |  38 lines

  1. New to this version:
  2.    The configuration file (QCom.CFG) has two new lines added.
  3. The first allows the use of either DSZ or GSZ as the default transfer protocol.
  4. Refer to line 20 in the new version of QCOM.CFG.
  5.  
  6. The next is on line 22 and allows you to enter whatever numeric parameters
  7. you wish to pass to DSZ other than port and baud rate which are already
  8. provided by QCom.  
  9.  
  10.    When Qcom prompts the user for a filename to upload, or to edit, or
  11. when queueing a script, the user can either type in a single filename or
  12. use a global file specification such as "*.*" or "*.txt".  If a global 
  13. specification is entered, QCom will show a list of files based on that.
  14. Selection is then made using the cursor keys.
  15.  
  16.    QCom Setup (QS.EXE) has been modified to create a configuration file when
  17. none exists.      
  18.  
  19.    Scripts can now put a message on screen.  See the file QCom.SCR for
  20. examples of how to use the ECHO command. If Ansi emulation is in effect, 
  21. the text can be located at a specific row and column and printed in any color
  22. using standard ANSI escape codes.
  23.  
  24. Additionally, a script can change the communication parameters with this
  25. usage: ;a-C Parameters (Parameters being in the format of Baud,Parity,Databits,
  26. StopBits). 
  27. Eg. ;a-C 2400,N,8,1
  28.  
  29.    QCom Host now comes with a "Help" screen for callers. It is in the form of
  30. an ANSI encoded text file which can be edited if you have a suitable editing
  31. utility such as TheDraw.  If you need a monochrome non-ANSI version of this 
  32. file, TheDraw will create one by saving the help file in Ascii format.
  33.  
  34.   The "Rules" on scripting have loosened up a little.  Comment lines and
  35. blank lines can now be used.  Any line with NO SemiColon will be ignored
  36. by QCom.  Feel free to edit in comments or blank lines to make scripts more 
  37. readable.
  38.